Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update types for tooltip config item #86

Merged
merged 11 commits into from
Dec 9, 2024

Conversation

harshmeetTS
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Nov 13, 2024

File Coverage
All files 88%
src/main/custom-chart-context.ts 88%
src/main/post-message-event-bridge.ts 81%
src/react/use-custom-chart-context.tsx 86%
src/react/mocks/custom-chart-context-mock.ts 96%
src/utils/date-formatting.ts 82%
src/utils/formatting-util.ts 89%
src/utils/conditional-formatting/conditional-formatting.ts 92%

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 9871452

@harshmeetTS harshmeetTS force-pushed the feat/add-default-tooltip-from-TS branch from 0516949 to 22e56ee Compare December 5, 2024 12:23
@@ -74,9 +74,6 @@ export enum TSToChartEvent {
*/
AxisMenuActionClick = 'AxisMenuActionClick',

/**
* @version SDK: 0.2 | ThoughtSpot:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why it is removed @harshmeetTS ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it was a mistake will add it back

@harshmeetTS harshmeetTS force-pushed the feat/add-default-tooltip-from-TS branch from c41c0b4 to 2d546b6 Compare December 9, 2024 07:43
@@ -188,10 +188,17 @@ export type SuccessValidationResponse = {
visualPropEditorDefinition: VisualPropEditorDefinition;
};

export type VisualPropError = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can we add type definition?

@harshmeetTS harshmeetTS merged commit fe04994 into main Dec 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants